home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Borland Visual dBASE Professiona v7.0 / DATA1.CAB / Sample_dBASE / Fleet / Bwa.crp < prev    next >
Text File  |  1997-11-20  |  2KB  |  79 lines

  1. ** END HEADER -- do not remove this line
  2. //
  3. // Generated on 09/25/97
  4. //
  5. local r
  6. r = new bwaReport()
  7. r.render()
  8.  
  9. class bwaReport of REPORT custom
  10.    with (this)
  11.       metric = 3
  12.       scaleFontBold = false
  13.    endwith
  14.  
  15.    this.DMCONNECT = new DATAMODREF()
  16.    this.DMCONNECT.parent = this
  17.    with (this.DMCONNECT)
  18.       filename = "fconnect.dmd"
  19.       dataModClass = "FConnectDataModule"
  20.       share = 0
  21.       active = true
  22.       left = 0
  23.       top = 0
  24.    endwith
  25.  
  26.  
  27.  
  28.    with (this.printer)
  29.       duplex = 1
  30.       orientation = 1
  31.       paperSource = 15
  32.       paperSize = 1
  33.       resolution = 4
  34.       colorNormal = 2
  35.       trueTypeFonts = 2
  36.    endwith
  37.  
  38.  
  39.    this.PAGETEMPLATE1 = new PAGETEMPLATE(this)
  40.    with (this.PAGETEMPLATE1)
  41.       height = 11
  42.       width = 8.5
  43.       marginTop = 0.75
  44.       marginLeft = 0.75
  45.       marginBottom = 0.75
  46.       marginRight = 0.75
  47.       gridLineWidth = 0
  48.       background = "filename Clouds2.gif"
  49.    endwith
  50.  
  51.  
  52.    this.PAGETEMPLATE1.STREAMFRAME1 = new STREAMFRAME(this.PAGETEMPLATE1)
  53.    with (this.PAGETEMPLATE1.STREAMFRAME1)
  54.       height = 8
  55.       left = 0.25
  56.       top = 1
  57.       width = 6.5
  58.       metric = 3
  59.       form.STREAMFRAME1 = form.pagetemplate1.streamframe1
  60.    endwith
  61.  
  62.  
  63.    this.PAGETEMPLATE1.IMAGELOGO = new IMAGE(this.PAGETEMPLATE1)
  64.    with (this.PAGETEMPLATE1.IMAGELOGO)
  65.       height = .5
  66.       left = 3.25
  67.       width = 1
  68.       metric = 3
  69.       dataSource = "FILENAME logo2.gif"
  70.       alignment = 3
  71.       form.IMAGELOGO = form.pagetemplate1.imagelogo
  72.    endwith
  73.  
  74.  
  75.  
  76.    this.firstPageTemplate = this.form.pagetemplate1
  77.    this.form.pagetemplate1.nextPageTemplate = this.form.pagetemplate1
  78.  endclass
  79.